crypto/tls.Conn.retryCount (field)
6 uses
crypto/tls (current package)
conn.go#L110: retryCount int
conn.go#L682: c.retryCount = 0
conn.go#L764: c.retryCount++
conn.go#L765: if c.retryCount > maxUselessRecords {
conn.go#L1219: c.retryCount++
conn.go#L1220: if c.retryCount > maxUselessRecords {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)